home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1995 February: Tool Chest / Dev.CD Feb 95 / Dev.CD Feb 95.toast / Tool Chest / Development Tools & Languages / Dylan Related / Mindy-1.1 (sources only) / mindy-1.1 / Config < prev    next >
Encoding:
Text File  |  1994-08-18  |  1.6 KB  |  43 lines  |  [TEXT/ttxt]

  1. ######################################################################
  2. ##
  3. ## Copyright (c) 1994  Carnegie Mellon University
  4. ## All rights reserved.
  5. ## 
  6. ## Use and copying of this software and preparation of derivative
  7. ## works based on this software are permitted, including commercial
  8. ## use, provided that the following conditions are observed:
  9. ## 
  10. ## 1. This copyright notice must be retained in full on any copies
  11. ##    and on appropriate parts of any derivative works.
  12. ## 2. Documentation (paper or online) accompanying any system that
  13. ##    incorporates this software, or any part of it, must acknowledge
  14. ##    the contribution of the Gwydion Project at Carnegie Mellon
  15. ##    University.
  16. ## 
  17. ## This software is made available "as is".  Neither the authors nor
  18. ## Carnegie Mellon University make any warranty about the software,
  19. ## its performance, or its conformity to any specification.
  20. ## 
  21. ## Bug reports, questions, comments, and suggestions should be sent by
  22. ## E-mail to the Internet address "gwydion-bugs@cs.cmu.edu".
  23. ##
  24. ######################################################################
  25. ##
  26. ##  $Header: Config,v 1.3 94/06/29 03:32:30 wlott Exp $
  27. ##
  28. ##  This is the top-level source Config file for Mindy.  It is included by
  29. ## all the makefiles in the various subdirectories.  Hence, it is useful
  30. ## for setting system-wide variables, like CFLAGS and CC.
  31. ##
  32.  
  33. CFLAGS = -g -Wall -O4 -finline-functions
  34. CC = gcc
  35. LEX = flex
  36.  
  37. ## 
  38. ## Change this to point to where you will be installing Mindy.  The
  39. ## instilation process will create two subdirectories, bin and lib, if
  40. ## they do not already exist.
  41. ##
  42. DESTDIR = /afs/cs.cmu.edu/project/gwydion/mindy
  43.